home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / Rpc_GetName.man < prev    next >
Encoding:
Text File  |  1991-05-31  |  1.3 KB  |  69 lines

  1.  
  2.  
  3.  
  4. Rpc                   C Library Procedures                    Rpc
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      Rpc_GetName - Get the name of an RPC.
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ##iinncclluuddee <<rrppcc..hh>>
  15.  
  16.      void
  17.      RRppcc__GGeettNNaammee(_r_p_c_N_u_m, _r_e_s_u_l_t_L_e_n_g_t_h, _r_e_s_u_l_t_P_t_r)
  18.  
  19. AARRGGUUMMEENNTTSS
  20.      int    _r_p_c_N_u_m         (in)      An RPC number.
  21.  
  22.      int    _r_e_s_u_l_t_L_e_n_g_t_h   (in)      The number of characters  in
  23.                                      the result buffer.
  24.  
  25.      char   *_r_e_s_u_l_t_P_t_r     (out)     A  pointer  to  the   result
  26.                                      buffer.
  27.  
  28. _________________________________________________________________
  29.  
  30.  
  31. DDEESSCCRRIIPPTTIIOONN
  32.      RRppcc__GGeettNNaammee returns a human-readable name for a given Sprite
  33.      RPC  number.   The user provides a buffer into which the RPC
  34.      name is copied.  If the user's buffer is too small, the name
  35.      is  truncated to fit.  A buffer of RRPPCC__MMAAXX__NNAAMMEE__LLEENNGGTTHH char-
  36.      acters is guaranteed to be big enough.
  37.  
  38.  
  39. KKEEYYWWOORRDDSS
  40.      rpc
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  May 31, 1991                     1
  66.  
  67.  
  68.  
  69.